home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / tobby_on_ice.swf / scripts / frame_46 / DoAction.as
Text File  |  2011-08-19  |  669b  |  37 lines

  1. this.bgMC.init();
  2. this.tobbyMC.init();
  3. this.lastPlayerMC.setLastPlayer(this.playerNum);
  4. this.scrolldx = 0;
  5. this.hoseidx = 0;
  6. this.worldx = 0;
  7. _root.bgLimitFlg = false;
  8. this.scrollFlg = false;
  9. i = 0;
  10. while(i < this.itemMCList.length)
  11. {
  12.    this.itemMCList[i].reSetLoc();
  13.    i++;
  14. }
  15. this.bullMC.reSetLoc();
  16. i = 0;
  17. while(i < this.iceMCList.length)
  18. {
  19.    ii = 0;
  20.    while(ii < this.iceMCList[i].length)
  21.    {
  22.       this.iceMCList[i][ii].reset();
  23.       ii++;
  24.    }
  25.    i++;
  26. }
  27. _root.getBonusList = [0,0,0];
  28. _root.getGoldCnt = 0;
  29. if(this.stageNum == 5)
  30. {
  31.    this.jellyOnIceMC.reset();
  32. }
  33. if(this.stageNum == 3)
  34. {
  35.    this.LastSecMC.setClock(40);
  36. }
  37.